home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Tele / D-F / Flags.cpt / FlagsDocs next >
Encoding:
Text File  |  1988-02-22  |  3.9 KB  |  86 lines  |  [TEXT/TPAS]

  1. Flags                                         Written By Eric Johnson
  2. A genuinely useful cmd 50/51                  October 29, 1987
  3.                                               Updated February 21, 1988
  4. ============================================================================
  5.  
  6. Flags is a very short cmd 50/51 application that you set up as sort of an
  7. "intermediate" between Host and the cmd 50/51 application you wish to jump
  8. to.  Flags will correct a few bugs from Host, like forgetting to write
  9. his SystemMsg read bits to the Userlog, and also forgetting to update the
  10. users security level and time limit in case you've validated him online.
  11. Flags will also write access of the program to your Callerlog if you desire.
  12. Flags now fixes the bug whereby host occasionally quits to the finder after
  13. executing an external program.  A linefeed is no longer sent to the 
  14. Callerlog, and a few blanks are written to the Callerlog before the access
  15. message so that the Callerlog Analyzer programs won't go into hysterics
  16. when they encounter something they don't comprehend.
  17.  
  18. Here's sort of a schematic of how flags works...
  19.  
  20. Host -> DungeonsFlags -> Dungeons -> Host
  21.  
  22. instead of just
  23.  
  24. Host -> Dungeons -> Host
  25.  
  26. Instead of having Host jump to your application, for instance that wonderful
  27. online game Dungeons, you have Host jump to Flags, which in turn will jump
  28. to Dungeons when it's through doing it's thing with the Userlog.  Since
  29. I have several online games on my BBS, I have a different flags program for
  30. each one.  I've named them all different things so I can tell them apart,
  31. there is DungFlags (for Dungeons), ThingFlags for Thing, etc.  I've been
  32. running Flags for close to a month now with no problems whatsoever.
  33.  
  34. To set up flags do the following:
  35.  
  36. 1> Put flags in the same folder as the application you wish to jump to.
  37. 2> Rename the flags application to something meaningful  (DungFlags for 
  38.    instance if you're jumping to Dungeons).
  39. 3> Run ResEdit and change the following STR resources.
  40.    a> 500 should be your path to the userlog.  End with a colon!
  41.    b> 501 should be path to the Host application.  End with a colon!
  42.    c> 502 should be full path and file name of the application to be
  43.       run after flags is through.  (Fido:BBS:Dung:Dungeons for instance).
  44.    d> 503 If you want the time limit and clearance level to be written,
  45.       the first character of this STR should be a 'Y' or a 'y'.  Otherwise
  46.       the time limit and user clearance will NOT be written to the Userlog.
  47.    e> 504 If you want external application accesses written to the Callerlog,
  48.       put a 'Y' or a 'y' as the first character of this STR.  This only works
  49.       if your Callerlog is written to a disk file, not to the printer.
  50.    f> 505 is the name of the application for the callerlog.  If you want
  51.       the callerlog to say "External Application Dungeons Accessed" then
  52.       put "Dungeons" here.  If you want the full pathname here, put the full
  53.       pathname.  This STR is just for you to put whatever you like to be
  54.       written to the Callerlog.  Program execution does not depend on this
  55.       STR at all.
  56. 4> That's it.  You're all through now.
  57.    
  58. I'd like to thank Pete Johnson for suggesting that Flags jump to another
  59. application rather than just returning to Host.  I probably would have
  60. taken months to figure that one out on my own.
  61.  
  62. Flags is free.  It's on me.  Please remember my name though (Eric Johnson).
  63. Maybe someday you can do me a favor, buy me a beer or something.  Or maybe
  64. I'll write something someday and make it shareware, and you'll say "Oh!  Eric
  65. Johnson wrote that.  He gave me Dungeons and now Flags.  I'll send my check
  66. right away".  Hope the program helps you.
  67.  
  68. And now a closing message....
  69.  
  70.    Hail to the victors valiant,
  71.    Hail to the conquering heroes,
  72.    Hail, Hail to Michigan, the leaders and best.
  73.  
  74.    Go Blue!
  75. ============================================================================
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.                              
  86.